home *** CD-ROM | disk | FTP | other *** search
INI File | 2008-05-22 | 1.4 KB | 64 lines |
- ; -- spfdrv_M.INF --
- ;
- ; Based on Passsthru Miniport INF file
- ;
- ; Copyright (c) 2001-2007, NT Kernel Resources
-
- ; ----------------------------------------------------------------------
-
- [Version]
- signature = "$Windows NT$"
- Class = Net
- ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
- Provider = %Ntkr%
- DriverVer = 05/20/2008,6.3.4.1
- CatalogFile = spfdrv_x86.cat
-
- [ControlFlags]
- ExcludeFromSelect = nt_spfdrvmp
-
- [DestinationDirs]
- DefaultDestDir=12
- ; No files to copy
-
- [Manufacturer]
- %Ntkr% = NTKR
-
- [NTKR]
- %spfdrvMP_Desc% = spfdrvMP.ndi, nt_spfdrvmp
-
- [spfdrvMP.ndi]
- Characteristics = 0x29 ;NCF_NOT_USER_REMOVABLE | NCF_VIRTUAL | NCF_HIDDEN
- CopyFiles =
-
- [spfdrvMP.ndi.Services]
- AddService = spfdrv,0x2, spfdrvMP.AddService
-
-
- [spfdrvMP.AddService]
- ServiceType = 1 ;SERVICE_KERNEL_DRIVER
- StartType = 3 ;SERVICE_DEMAND_START
- ErrorControl = 1 ;SERVICE_ERROR_NORMAL
- ServiceBinary = %12%\spfdrv.sys
-
-
- [spfdrvMP.AddService.AddReg]
- ; ----------------------------------------------------------------------
- ; Add any miniport-specific parameters here. These are params that your
- ; filter device is going to use.
- ;
- ;HKR, Parameters, ParameterName, 0x10000, "MultiSz", "Parameter", "Value"
- ;HKR, Parameters, ParameterName2, 0x10001, 4
-
- [Strings]
- Ntkr = "SoftPerfect Research"
- spfdrvMP_Desc = "SoftPerfect Research Miniport"
-
- [SourceDisksNames]
- ;None
-
- [SourceDisksFiles]
- ;None
-
-
-